API bulk Extract Job Giving 1003 Error | Community
Skip to main content
New Participant
October 20, 2022
Solved

API bulk Extract Job Giving 1003 Error

  • October 20, 2022
  • 1 reply
  • 2475 views

Hello.

 

I am attempting to create a bulk program member extract job using the updatedAt filter but am receiving a 1003 error.

"errors": [ { "code": "1003", "message": "filter not specified" }
I have little experience with APIs and need some help on what this error is telling me. Using the same call but adding another filter of "programId" returns the expected result.
 
{ "format": "CSV", "fields": [ "firstName", "lastName", "email", "createdAt", "membershipDate", "updatedAt", "program", "programId", "statusName", "leadId", "reachedSuccess", "isExhausted" ], "filter": { "updatedAt": { "startAt": "2022-09-01T00:00:00Z", "endAt": "2022-10-01T00:00:00Z" } } }
What could be causing this error?
 
Thanks.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

You must also provide programId or programIds. There’s no such thing as an all-programs export.

1 reply

SanfordWhiteman
New Participant
October 20, 2022

Contact Support to have that filter type enabled.

mfeiner-2Author
New Participant
October 21, 2022

I do not think that is the problem. Per the Marketo documentation that would throw a different error: 1035, I am getting a 1003.

 

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
October 22, 2022

You must also provide programId or programIds. There’s no such thing as an all-programs export.